home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-11-08 | 1.3 KB | 24 lines | [TEXT/MMCC] |
- This QuickDraw GX print extension will add the " Number of pages printed: xx"
- line to the stylewriter II Log file in the Preferences:Printing Prefs:Stylewriter II Log
- file. It dosen't write any of the other information (job name, time start/ time end, etc.)
- That is left as an exercise to the reader. :)
-
- This print extension overrides both the ImagePage and ImageJob printing messages. It uses
- class instance vars to count the number of times ImagePage is called. It is a really simple
- extension (4K), very similar to the develop article. Mostly, this was an existance proof for me.
-
- MW does not create code resources with custom headers. :( Since code resources need a custom
- header, I wrote a small program to run in DropShell (I've posted source seperately to a.s.m).
- The resulting app is here. Just drag the compiled extension onto the MW Code Fix before you
- move it to the system folder.
-
- This was developed on a (ugh) SE/30 with 5 megs of ram (can you say: VM). Don't do this at
- work. Get a real machine with real memory! QD GX chews up a little more than a meg of memory
- and when it is printing I've seen my system expand from 2 megs to 7 (I'm not using the debugging
- extension).
-
- Read, enjoy, use as you see fit? Let me know if you see any problems with this thing.
-
- Cheers,
- Gordon (gwatts@fnal.fnal.gov)
-